Skip to main content

Posts

Showing posts with the label Blogger Tricks

Blogger Tweak - Open external links in new tab automatically

So, once upon a time, a really long while ago, I tried to customise and recreate a Blogger template which is not available anymore, but there's one thing I remember about it. I had a jQuery code written to make all the external links open in new tab. I also thought, it's about time I revive that idea and write a more intact code and here we go.  So, there are two things to do.  Add Javascript code that detects external links and opens them in new tab. Add a CSS code to let users know that a particular link is going to be opened in new tab. Adding a javascript code Please follow the instructions below, Go to https://blogger.com  dashboard Navigate to Themes > click the down arrow near "Customize" and then click on Edit HTML. Now scroll to the very end and paste the following code just before </body> tag. <script type='text/javascript'> document.body.addEventListener(&quot;mousedown&quot;,function(event){       if(event.targe...

Moving from Wordpress to Blogger

We receive a few requests to move their wordpress blogs to blogger. The steps are quite simple and easy to follow. Kindly follow instructions below, Export/Download content from WordPress. You'll get a file downloaded. Now goto -> https://wordpress-to-blogger-converter.appspot.com/ Upload the file you downloaded from wordpress here by clicking "Browse" => "Convert" This will give you an XML file. Now, in blogger, Go to Dashboard > Settings Scroll down to Manage blog section Click on Import content In the appearing popup window, please check reCaptcha and click on import. A file upload prompt will appear. Please choose your file and upload. There you go. That should probably be it. 

Related posts

So, In the BHF we had an user who came up with this idea of having related posts link under all posts: [MaapsWorld] How to use Lambda expression . Therefore I planned to add some salt and pepper to it and write an article on it. When it comes to related posts, first thing is that there is no way of automating this one easily. So we'll have half automation and half manual works on maintaining this gadget. The steps in implementing this gadget is split into three, Creating posts with proper Labels . Altering XML Updating(if in case).

How to make thumbnail Image of a post, link to its page?

In Blogger help forum, we had many asking queries regarding how to make a post's thumbnail appear on homepage and get it linked to the post page. So, Let us see how to do that. ( Note - This post is for Blogger's first generation classic themes and not applicable if you are on a new generation responsive templates) First Backup your template so that you shall restore it if the code doesn't work on your template. Go to Dashboard > Template > Edit HTML Press Ctrl + F and find data:post.body Paste the following code just above the found code. <b:if cond='data:blog.url != data:post.url'> <b:if cond='data:post.thumbnailUrl'> <div class='Image'> <a expr:href='data:post.url'> <img expr:src='data:post.thumbnailUrl' style='float:right border-radius:50px; border:5px solid black;height:65px;width:65px;'/> </a> </div> </b:if> </b:if> Click Save Template an...

Blogger Blog Redirection - Two ways.

Search preference redirect option allows you to redirect from one page of your blog to another page of your blog. But this article will help you knowing redirection of whole blog to another blog. There are two ways of redirection, Redirecting Visually  HTML Redirect 

Finding Something.

In the Internet world, To Find something in a web page has been an essential thing. So? This article explains you how to find something. The most common things to find may be a code or a word/sentence. To find a given code or word, what you need to do, Just Copy the sentence/word/code Press Ctrl + F. Paste the code/word/sentence. The browser will Highlight your find query.

Redirecting to a Static home page

In  BHF:Layouts & Templates  we use to see a number of questions on having stating home page on Blogger. Yes, it is possible with the new feature of blogger called Search Preferences. If you're looking for redirecting from one blog to another, please read blog redirection in two ways .

How to connect any other profile in "About me" widget?

In this article I am going to tell "How to connect any other profile in "About me" widget along with blogger or Google+?"

How to subscribe for a post of any blogger?

In this article am gonna tell, "How to subscribe for a post of any blog?"